Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump yamux from 0.10.2 to 0.12.0 #376

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps yamux from 0.10.2 to 0.12.0.

Release notes

Sourced from yamux's releases.

yamux-v0.12.0

See changelog for details.

yamux-v0.11.1

See changelog for details.

yamux-v0.11.0

See changelog for details.

Changelog

Sourced from yamux's changelog.

0.12.0

  • Remove Control and ControlledConnection. Users have to move to the poll_ functions of Connection. See [PR #164](libp2p/rust-yamux#164).

  • Fix a bug where Streams would not be dropped until their corresponding Connection was dropped. See [PR #167](libp2p/rust-yamux#167).

0.11.1

  • Avoid race condition between pending frames and closing stream. See PR 156.

0.11.0

  • Remove Connection::control in favor of Control::new. Remove Connection::next_stream in favor of Connection::poll_next_inbound. See PR 142.
Commits
  • fa0429b chore: prepare v0.12.0 (#169)
  • dcff3d5 fix: garbage collect Stream when dropped (#167)
  • e7c17ff feat: don't allow to open more than 256 unacknowledged streams (#153)
  • 69404a1 feat: remove Control and ControlledConnection (#164)
  • 34dcb97 build(deps): Update futures_ringbuf requirement from 0.3.1 to 0.4.0 (#161)
  • 93d8638 refactor: move more tests to poll-API based interface (#158)
  • fe95d02 chore: prepare v0.11.1 (#160)
  • 52c725b fix: avoid race condition between pending frames and closing stream (#156)
  • 88ed4df build(deps): Update criterion requirement from 0.4 to 0.5 (#159)
  • 72ccd57 build(deps): Bump actions/stale from 6 to 7 (#151)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 24, 2023
Bumps [yamux](https://github.com/paritytech/yamux) from 0.10.2 to 0.12.0.
- [Release notes](https://github.com/paritytech/yamux/releases)
- [Changelog](https://github.com/libp2p/rust-yamux/blob/master/CHANGELOG.md)
- [Commits](libp2p/rust-yamux@v0.10.2...yamux-v0.12.0)

---
updated-dependencies:
- dependency-name: yamux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/yamux-0.12.0 branch from 46d233a to a8a0504 Compare August 14, 2023 21:40
Copy link
Author

dependabot bot commented on behalf of github Nov 27, 2023

Superseded by #539.

@dependabot dependabot bot closed this Nov 27, 2023
@dependabot dependabot bot deleted the dependabot/cargo/yamux-0.12.0 branch November 27, 2023 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants